home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 1 Issue 2 / PDCD-1 - Issue 02.iso / _utilities / utilities / 003 / _mpeg / !MPEG / !Boot next >
Text File  |  1993-06-01  |  767b  |  26 lines

  1. | Boot file for !MPEG
  2. | MPEG port by Paul LeBeau
  3.  
  4.  
  5. Set MPEG$Dir <Obey$Dir>
  6. IconSprites <MPEG$Dir>.!Sprites
  7.  
  8. Set File$Type_BF8 MPEG
  9. Set Alias$@RunType_BF8 Run <MPEG$Dir>.mpegRun %*0
  10.  
  11.  
  12. | If your version of !ARMovie contains all the dithering tables
  13. | that are in the !MPEG.Tables directory, then you can delete
  14. | the files from inside !MPEG.Tables and the MPEG player will
  15. | still find them (as long as !ARMovie has been 'seen').
  16.  
  17. SetMacro MPEGTable$Path <MPEG$Dir>.Tables.
  18. If "<ARMovie$Dir>"<>"" Then SetMacro MPEGTable$Path <MPEG$Dir>.Tables.,<ARMovie$Dir>.MovingLine.
  19.  
  20.  
  21. | If you have a PCATS Graphics Enhancer and want !MPEG
  22. | to automatically enter a 16bpp mode for playing,
  23. | include the following line:
  24.  
  25. |Set Alias$@RunType_BF8 Run <MPEG$Dir>.PCATS.PCATSplay %*0
  26.